Removes an index from the collection.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public bool Remove(
	Index<T> index
)
Visual Basic
Public Function Remove ( _
	index As Index(Of T) _
) As Boolean

Parameters

index
Type: C1.LiveLinq.Indexing..::..Index<(Of <(<'T>)>)>
The index to remove.

Return Value

true if an index has been removed; false if the index does not belong to this collection.

See Also